Disable the autopkgtest on salsa-ci too
authorSimon McVittie <smcv@debian.org>
Tue, 9 Jul 2019 08:47:34 +0000 (09:47 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 9 Jul 2019 08:47:34 +0000 (09:47 +0100)
debian/changelog
debian/salsa-ci.yml

index 28959029ac0ab7cfd2b3d888c2acadcbac78453f..b111ba9049809e39e6ce8143e1bc93e680d2c9d6 100644 (file)
@@ -1,8 +1,10 @@
 ostree (2019.2-2) UNRELEASED; urgency=medium
 
   * d/salsa-ci.yml: Request standard CI on salsa.debian.org
-    - Disable build-time tests with DEB_BUILD_OPTIONS=nocheck for now:
-      they don't currently work in the salsa-ci infrastructure.
+    - Disable build-time tests with DEB_BUILD_OPTIONS=nocheck for now.
+      They don't currently work in the salsa-ci infrastructure, but I
+      can't reproduce and debug the failure in a local Docker container.
+    - Similarly, disable the autopkgtest for now.
 
  -- Simon McVittie <smcv@debian.org>  Sun, 23 Jun 2019 20:07:33 +0100
 
index 1ee604a778fcd7d364097807fe5db7d953e2fa8d..5bdebbb362bdeb301146d555272f72db8da980d5 100644 (file)
@@ -2,5 +2,12 @@ include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
 
+autopkgtest:
+  # https://github.com/ostreedev/ostree/issues/1885
+  except:
+    variables:
+      - $DISABLED == "https://github.com/ostreedev/ostree/issues/1885"
+
 variables:
+  # https://github.com/ostreedev/ostree/issues/1885
   DEB_BUILD_OPTIONS: 'nocheck'